github.com/valyala/fastjson.Object.keysUnescaped (field)
7 uses
github.com/valyala/fastjson (current package)
parser.go#L457: keysUnescaped bool
parser.go#L465: o.keysUnescaped = false
parser.go#L474: if o.keysUnescaped {
parser.go#L512: if o.keysUnescaped {
parser.go#L520: o.keysUnescaped = true
parser.go#L534: if !o.keysUnescaped && strings.IndexByte(key, '\\') < 0 {
update.go#L13: if !o.keysUnescaped && strings.IndexByte(key, '\\') < 0 {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)